Problem Note 59875: SAS® closes unexpectedly when joining a Netezza table with a SAS® data set in the Work library
SAS/ACCESS® Interface to Netezza might close unexpectedly under the following conditions:
- You join a SAS Work library with a Netezza table.
- You specify both BULKUNLOAD=YES and DBKEY= in the Netezza LIBNAME statement.
Code similar to the following might cause the described behavior:
libname nzdb netezza server=nzserver user=user-ID pwd=password database=nzdb bulkunload=yes;
proc sql;
create table work.b as
(
select a.model,b.count
from nzdb.sas_testcars(dbkey=(model make)) a, nzdb.sas_failure b, sashelp.cars(keep=model make) c
where a.cylinders = b.count
and a.model=c.model
and a.make=c.make
);
quit;
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/ACCESS Interface to Netezza | Microsoft® Windows® for x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows 8 Enterprise 32-bit | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows 8 Enterprise x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows 8 Pro 32-bit | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows 8 Pro x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows 8.1 Enterprise 32-bit | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows 8.1 Enterprise x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows 8.1 Pro 32-bit | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows 8.1 Pro x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows 10 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows Server 2008 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows Server 2008 R2 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows Server 2008 for x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows Server 2012 Datacenter | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows Server 2012 R2 Datacenter | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows Server 2012 R2 Std | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Microsoft Windows Server 2012 Std | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Windows 7 Enterprise 32 bit | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Windows 7 Enterprise x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Windows 7 Home Premium 32 bit | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Windows 7 Home Premium x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Windows 7 Professional 32 bit | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Windows 7 Professional x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Windows 7 Ultimate 32 bit | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Windows 7 Ultimate x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
64-bit Enabled AIX | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
64-bit Enabled Solaris | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
HP-UX IPF | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
Linux for x64 | 9.4_M3 | 9.41 | 9.4 TS1M3 | 9.4 TS1M4 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
SAS/ACCESS® Interface to Netezza fails if you specify both BULKUNLOAD=YES and DBKEY= when
joining a SAS Work library with a Netezza table.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2017-02-16 13:38:49 |
Date Created: | 2017-02-02 11:45:32 |